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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ???匡??? | 0011111100111111001111111000101110100111001111110011111100111111 | 3f3f3f8ba73f3f3f |
EUC-JP | ???匡??? | 0011111100111111001111111011011010101001001111110011111100111111 | 3f3f3fb6a93f3f3f |
UTF-8 | 렻렯렻匡렟렻렰 | 111010111010000010111011111010111010000010101111111010111010000010111011111001011000110010100001111010111010000010011111111010111010000010111011111010111010000010110000 | eba0bbeba0afeba0bbe58ca1eba09feba0bbeba0b0 |
UHC | 렻렯렻匡렟렻렰 | 1000111011000011100011101011110010001110110000111100111011000100100011101011000010001110110000111000111010111101 | 8ec38ebc8ec3cec48eb08ec38ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)