To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 略노맧履뉔윀 | 111011111010010110110110111010111000010110111000111010111010011110100111111011111010011110011111111010111000100110010100111011001001110010000000 | efa5b6eb85b8eba7a7efa79feb8994ec9c80 |
UHC | 略노맧履뉔윀 | 111001011011001010110011111010111001000010110000111011001010101010000111111010011001111110001011 | e5b2b3eb90b0ecaa87e99f8b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)