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 | ?ゅ?徇 | 001111111000001011100011001111111001110001101101 | 3f82e33f9c6d |
EUC-JP | ?ゅ?徇 | 001111111010010011100101001111111101011111001110 | 3fa4e53fd7ce |
UTF-8 | 閭ゅ콊徇 | 111011111010011010000110111000111000001010000101111011001011110110001010111001011011111010000111 | efa686e38285ecbd8ae5be87 |
UHC | 閭ゅ콊徇 | 1110011010101101101010101110010110110001100001101110001011011111 | e6adaae5b186e2df |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)