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 | ??縱? | 0011111100111111111000110111001100111111 | 3f3fe3733f |
EUC-JP | ??縱邕 | 00111111001111111110010111010100100011111110000111101101 | 3f3fe5d48fe1ed |
UTF-8 | 얘렧縱邕 | 111011001001011010011000111010111010000010100111111001111011100010110001111010011000001010010101 | ec9698eba0a7e7b8b1e98295 |
UHC | 얘렧縱邕 | 1011111011101010100011101011011011110000111111011110100010111011 | beea8eb6f0fde8bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)