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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 上眈ャシォ | 100011111110001111100001101111001010110011110010111100011011110010101011 | 8fe3e1bcacf2f1bcab |
EUC-JP | 上眈ャ?シォ | 1011111011100101111000101011111010001110101011000011111110001110101111001000111010101011 | bee5e2be8eac3f8ebc8eab |
UTF-8 | 上眈ャシォ | 111001001011100010001010111001111001110010001000111011111011110110101100111011101000100010101000111011111011110110111100111011111011110110101011 | e4b88ae79c88efbdacee88a8efbdbcefbdab |
UHC | 上眈???? | 1101111110111110111101111010111100111111001111110011111100111111 | dfbef7af3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)