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 | ???B??? | 00111111001111110011111101000010001111110011111100111111 | 3f3f3f423f3f3f |
SJIS-WIN | 上眈ャBシォ | 10001111111000111110000110111100101011000100001011110010111100011011110010101011 | 8fe3e1bcac42f2f1bcab |
EUC-JP | 上眈ャB?シォ | 101111101110010111100010101111101000111010101100010000100011111110001110101111001000111010101011 | bee5e2be8eac423f8ebc8eab |
UTF-8 | 上眈ャBシォ | 11100100101110001000101011100111100111001000100011101111101111011010110001000010111011101000100010101000111011111011110110111100111011111011110110101011 | e4b88ae79c88efbdac42ee88a8efbdbcefbdab |
UHC | 上眈?B??? | 110111111011111011110111101011110011111101000010001111110011111100111111 | dfbef7af3f423f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)