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 | ???x | 00111111001111110011111101111000 | 3f3f3f78 |
SJIS-WIN | 菽??x | 1110010011000001001111110011111101111000 | e4c13f3f78 |
EUC-JP | 菽??x | 1110100011000011001111110011111101111000 | e8c33f3f78 |
UTF-8 | 菽됧궦x | 11101000100011111011110111101011100100001010011111101010101101101010011001111000 | e88fbdeb90a7eab6a678 |
UHC | 菽됧궦x | 11100010110111011000100111100101100000101011100001111000 | e2dd89e582b878 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)