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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蘊ゅ??? | 11100101010111011000001011100011001111110011111100111111 | e55d82e33f3f3f |
EUC-JP | 蘊ゅ??? | 11101001101111101010010011100101001111110011111100111111 | e9bea4e53f3f3f |
UTF-8 | 蘊ゅ떧呂볟 | 111010001001100010001010111000111000001010000101111010111001011010100111111011111010011010000000111010111011001110011111 | e8988ae38285eb96a7efa680ebb39f |
UHC | 蘊ゅ떧呂볟 | 11101000101100111010101011100101100010111011101011100101111110111001001111100101 | e8b3aae58bbae5fb93e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)