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 | 智?汀?紙? | 100100100111000100111111100100101111001100111111100011101000011000111111 | 92713f92f33f8e863f |
EUC-JP | 智?汀?紙? | 110000111101001000111111110001001111010100111111101110111110011000111111 | c3d23fc4f53fbbe63f |
UTF-8 | 智렱汀렣紙렏 | 111001101001100110111010111010111010000010110001111001101011000110000000111010111010000010100011111001111011010010011001111010111010000010001111 | e699baeba0b1e6b180eba0a3e7b499eba08f |
UHC | 智렱汀렣紙렏 | 111100101010101010001110101111101110111111100010100011101011010011110010101101011000111010100101 | f2aa8ebeefe28eb4f2b58ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)