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 | ?嵩胥終?納 | 00111111100100001001001111100011111011111000111101001001001111111001010001011011 | 3f9093e3ef8f493f945b |
EUC-JP | ?嵩胥終?納 | 00111111101111111111001111100110111100011011110110101010001111111100011110111100 | 3fbff3e6f1bdaa3fc7bc |
UTF-8 | 룵嵩胥終룶納 | 111010111010001110110101111001011011010110101001111010001000001110100101111001111011010110000010111010111010001110110110111001111011010010001101 | eba3b5e5b5a9e883a5e7b582eba3b6e7b48d |
UHC | 룵嵩胥終룶納 | 100011111010101011100011101000011110000010100001111100001111101110001111101010111101001010100001 | 8faae3a1e0a1f0fb8fabd2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)