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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 載嘔載嘔^ | 100011011101101010011010011100011000110111011010100110100111000101011110 | 8dda9a718dda9a715e |
EUC-JP | 載嘔載嘔^ | 101110101101110011010011110100101011101011011100110100111101001001011110 | badcd3d2badcd3d25e |
UTF-8 | 載嘔載嘔^ | 11101000101111001000100111100101100110001001010011101000101111001000100111100101100110001001010001011110 | e8bc89e59894e8bc89e598945e |
UHC | 載嘔載嘔^ | 111011101011000011001111101001011110111010110000110011111010010101011110 | eeb0cfa5eeb0cfa55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)