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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?療?訥イ | 0011111110010111110000110011111111100110011000111000001101000011 | 3f97c33fe6638343 |
EUC-JP | ?療?訥イ | 0011111111001110110001010011111111101011110001001010010110100100 | 3fcec53febc4a5a4 |
UTF-8 | 룶療룶訥イ | 111010111010001110110110111001111001100110000010111010111010001110110110111010001010100010100101111000111000001010100100 | eba3b6e79982eba3b6e8a8a5e382a4 |
UHC | 룶療룶訥イ | 10001111101010111101011011111011100011111010101111010010111011011010101110100100 | 8fabd6fb8fabd2edaba4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)