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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ?嵩湯 | 0011111110010000100100111001001110010010 | 3f90939392 |
EUC-JP | ?嵩湯 | 0011111110111111111100111100010111110010 | 3fbff3c5f2 |
UTF-8 | 룶嵩湯 | 111010111010001110110110111001011011010110101001111001101011100110101111 | eba3b6e5b5a9e6b9af |
UHC | 룶嵩湯 | 100011111010101111100011101000011111011110110111 | 8fabe3a1f7b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)