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 | 辱i???? | 1001000001001010100000101000100100111111001111110011111100111111 | 904a82893f3f3f3f |
EUC-JP | 辱i???? | 1011111110101011101000111110100100111111001111110011111100111111 | bfaba3e93f3f3f3f |
UTF-8 | 辱i뮈了롨눎 | 111010001011111010110001111011111011110110001001111010111010111010001000111011111010011010111010111010111010000110101000111010111000100010001110 | e8beb1efbd89ebae88efa6baeba1a8eb888e |
UHC | 辱i뮈了롨눎 | 111010011011010010100011111010011011100110111111111010001110011110001110111010001000011110101010 | e9b4a3e9b9bfe8e78ee887aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)