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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | ?厓や?審^ | 001111111111101010001101100000101110001000111111100100000101001001011110 | 3ffa8d82e23f90525e |
EUC-JP | ?厓や?審^ | 00111111100011111011010011000111101001001110010000111111101111111011001101011110 | 3f8fb4c7a4e43fbfb35e |
UTF-8 | 룶厓や룵審^ | 11101011101000111011011011100101100011101001001111100011100000101000010011101011101000111011010111100101101011111010100101011110 | eba3b6e58e93e38284eba3b5e5afa95e |
UHC | 룶厓や룵審^ | 1000111110101011111001001110110110101010111001001000111110101010111000111111101101011110 | 8fabe4edaae48faae3fb5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)