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???? | 00111111001111110100001100111111001111110011111100111111 | 3f3f433f3f3f3f |
SJIS-WIN | ?}C?}?? | 001111111000000101110000010000110011111110000001011100000011111100111111 | 3f8170433f81703f3f |
EUC-JP | ?}C?}?? | 001111111010000111010001010000110011111110100001110100010011111100111111 | 3fa1d1433fa1d13f3f |
UTF-8 | 룵}C룵}룵ㄱ | 11101011101000111011010111101111101111011001110101000011111010111010001110110101111011111011110110011101111010111010001110110101111000111000010010110001 | eba3b5efbd9d43eba3b5efbd9deba3b5e384b1 |
UHC | 룵}C룵}룵ㄱ | 10001111101010101010001111111101010000111000111110101010101000111111110110001111101010101010010010100001 | 8faaa3fd438faaa3fd8faaa4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)