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 | 蒸?重?汀? | 100011111111011000111111100011110110010000111111100100101111001100111111 | 8ff63f8f643f92f33f |
EUC-JP | 蒸?重?汀? | 101111101111100000111111101111011100010100111111110001001111010100111111 | bef83fbdc53fc4f53f |
UTF-8 | 蒸렓重렑汀렡 | 111010001001001010111000111010111010000010010011111010011000011110001101111010111010000010010001111001101011000110000000111010111010000010100001 | e892b8eba093e9878deba091e6b180eba0a1 |
UHC | 蒸렓重렑汀렡 | 111100011111101010001110101010001111000111101100100011101010011011101111111000101000111010110010 | f1fa8ea8f1ec8ea6efe28eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)