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 | 遜捉樽存 | 1001000110111011100100011010100010010010010011011001000110110110 | 91bb91a8924d91b6 |
EUC-JP | 遜捉樽存 | 1100001010111101110000101010101011000011101011101100001010111000 | c2bdc2aac3aec2b8 |
UTF-8 | 遜捉樽存 | 111010011000000110011100111001101000110110001001111001101010100010111101111001011010110110011000 | e9819ce68d89e6a8bde5ad98 |
UHC | 遜捉樽存 | 1110000111100001111100111011010111110001110111001111000011101101 | e1e1f3b5f1dcf0ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)