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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 壅??橈? | 10011010110101110011111100111111100111101111010000111111 | 9ad73f3f9ef43f |
EUC-JP | 壅??橈? | 11010100110110010011111100111111110111001111011000111111 | d4d93f3fdcf63f |
UTF-8 | 壅깍슨橈롦 | 111001011010001110000101111010101011100110001101111011001000101010101000111001101010100110001000111010111010000110100110 | e5a385eab98dec8aa8e6a988eba1a6 |
UHC | 壅깍슨橈롦 | 11101000101101011011000111101111101111011011110011101000111110101000111011100110 | e8b5b1efbdbce8fa8ee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)