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 | ??????H | 00111111001111110011111100111111001111110011111101001000 | 3f3f3f3f3f3f48 |
SJIS-WIN | 倭??節э?H | 10011000011000000011111100111111100100001101111110000100100011110011111101001000 | 98603f3f90df848f3f48 |
EUC-JP | 倭??節э?H | 11001111110000010011111100111111110000001110000110100111111011110011111101001000 | cfc13f3fc0e1a7ef3f48 |
UTF-8 | 倭낁눆節э슁H | 111001011000000010101101111010111000001010000001111010111000100010000110111001111010111110000000110100011000110111101100100010101000000101001000 | e580adeb8281eb8886e7af80d18dec8a8148 |
UHC | 倭낁눆節э슁H | 11101000110111101000010111101000100001111010010111101111101111011010110011101111101111011011001101001000 | e8de85e887a5efbdacefbdb348 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)