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 | 鉑蒔鴫嶸鴫 | 111110111100100110001110101010101111000011000000100011101011000011111010101101001000111010110000 | fbc98eaaf0c08eb0fab48eb0 |
EUC-JP | 鉑蒔?鴫嶸鴫 | 10001111111000111110000110111100101011000011111110111100101100101000111110111011111101001011110010110010 | 8fe3e1bcac3fbcb28fbbf4bcb2 |
UTF-8 | 鉑蒔鴫嶸鴫 | 111010011000100110010001111010001001001010010100111011101000000110111111111010011011010010101011111001011011011010111000111010011011010010101011 | e98991e89294ee81bfe9b4abe5b6b8e9b4ab |
UHC | ?蒔??嶸? | 0011111111100011110010000011111100111111111001111010111000111111 | 3fe3c83f3fe7ae3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)