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 | 牙??? | 1000100111100101001111110011111100111111 | 89e53f3f3f |
EUC-JP | 牙??? | 1011001011100111001111110011111100111111 | b2e73f3f3f |
UTF-8 | 牙럦듊媤 | 111001111000100110011001111010111001111110100110111010111001001110001010111001011010101010100100 | e78999eb9fa6eb938ae5aaa4 |
UHC | 牙럦듊媤 | 1110010010110011100011101000100110001010101111011110001110111000 | e4b38e898abde3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)