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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 咀?在? | 100110011111000000111111100011011101110100111111 | 99f03f8ddd3f |
EUC-JP | 咀?在? | 110100101111001000111111101110101101111100111111 | d2f23fbadf3f |
UTF-8 | 咀렖在렱 | 111001011001001010000000111010111010000010010110111001011001110010101000111010111010000010110001 | e59280eba096e59ca8eba0b1 |
UHC | 咀렖在렱 | 1110111010111010100011101010101111101110101001001000111010111110 | eeba8eabeea48ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)