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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 影??蘊 | 100010010110010100111111001111111110010101011101 | 89653f3fe55d |
EUC-JP | 影??蘊 | 101100011100011000111111001111111110100110111110 | b1c63f3fe9be |
UTF-8 | 影좈뮈蘊 | 111001011011110110110001111011001010001010001000111010111010111010001000111010001001100010001010 | e5bdb1eca288ebae88e8988a |
UHC | 影좈뮈蘊 | 1110011110101111101000001110100110111001101111111110100010110011 | e7afa0e9b9bfe8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)