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 | ?ゅ?徇?? | 0011111110000010111000110011111110011100011011010011111100111111 | 3f82e33f9c6d3f3f |
EUC-JP | ?ゅ?徇?? | 0011111110100100111001010011111111010111110011100011111100111111 | 3fa4e53fd7ce3f3f |
UTF-8 | 閭ゅ콊徇됰젻 | 111011111010011010000110111000111000001010000101111011001011110110001010111001011011111010000111111010111001000010110000111011001010000010111011 | efa686e38285ecbd8ae5be87eb90b0eca0bb |
UHC | 閭ゅ콊徇됰젻 | 111001101010110110101010111001011011000110000110111000101101111110001001111010111010000010101110 | e6adaae5b186e2df89eba0ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)