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 | õÛ£ÉõÛ | 111101011101101110100011110010011111010111011011 | f5dba3c9f5db |
SJIS-WIN | ??£??? | 00111111001111111000000110010010001111110011111100111111 | 3f3f81923f3f3f |
EUC-JP | õÛ£ÉõÛ | 1000111110101011110110001000111110101010111001011010000111110010100011111010101010110001100011111010101111011000100011111010101011100101 | 8fabd88faae5a1f28faab18fabd88faae5 |
UTF-8 | õÛ£ÉõÛ | 110000111011010111000011100110111100001010100011110000111000100111000011101101011100001110011011 | c3b5c39bc2a3c389c3b5c39b |
UHC | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)