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 | 塋ゅ?訝? | 1001101011001000100000101110001100111111111001100110001000111111 | 9ac882e33fe6623f |
EUC-JP | 塋ゅ?訝? | 1101010011001010101001001110010100111111111010111100001100111111 | d4caa4e53febc33f |
UTF-8 | 塋ゅ끀訝밧 | 111001011010000110001011111000111000001010000101111010111000000110000000111010001010100010011101111010111011000010100111 | e5a18be38285eb8180e8a89debb0a7 |
UHC | 塋ゅ끀訝밧 | 11100111101010111010101011100101100001011011011011100100101110001011100111100101 | e7abaae585b6e4b8b9e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)