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 | ??C??]eB | 0011111100111111010000110011111100111111010111010110010101000010 | 3f3f433f3f5d6542 |
SJIS-WIN | ?}C?}]eB | 00111111100000010111000001000011001111111000000101110000010111010110010101000010 | 3f8170433f81705d6542 |
EUC-JP | ?}C?}]eB | 00111111101000011101000101000011001111111010000111010001010111010110010101000010 | 3fa1d1433fa1d15d6542 |
UTF-8 | 룵}C룵}]eB | 11101011101000111011010111101111101111011001110101000011111010111010001110110101111011111011110110011101010111010110010101000010 | eba3b5efbd9d43eba3b5efbd9d5d6542 |
UHC | 룵}C룵}]eB | 100011111010101010100011111111010100001110001111101010101010001111111101010111010110010101000010 | 8faaa3fd438faaa3fd5d6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)