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 | ??????句 | 0011111100111111001111110011111100111111001111111000101111100101 | 3f3f3f3f3f3f8be5 |
EUC-JP | ??????句 | 0011111100111111001111110011111100111111001111111011011011100111 | 3f3f3f3f3f3fb6e7 |
UTF-8 | 렺렯렻씻렯렻句 | 111010111010000010111010111010111010000010101111111010111010000010111011111011001001010010111011111010111010000010101111111010111010000010111011111001011000111110100101 | eba0baeba0afeba0bbec94bbeba0afeba0bbe58fa5 |
UHC | 렺렯렻씻렯렻句 | 1000111011000010100011101011110010001110110000111011111011000100100011101011110010001110110000111100111110100011 | 8ec28ebc8ec3bec48ebc8ec3cfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)