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 | 奄??唯 | 100010011000001000111111001111111001011101000010 | 89823f3f9742 |
EUC-JP | 奄??唯 | 101100011110001000111111001111111100110110100011 | b1e23f3fcda3 |
UTF-8 | 奄멥굦唯 | 111001011010010110000100111010111010100110100101111010101011010110100110111001011001010010101111 | e5a584eba9a5eab5a6e594af |
UHC | 奄멥굦唯 | 1110010111110010101110001110001110000010100011001110101011100110 | e5f2b8e3828ceae6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)