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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?}???? | 00111111100000010111000000111111001111110011111100111111 | 3f81703f3f3f3f |
EUC-JP | ?}???? | 00111111101000011101000100111111001111110011111100111111 | 3fa1d13f3f3f3f |
UTF-8 | 룵}룵₃룵ㄱ | 111010111010001110110101111011111011110110011101111010111010001110110101111000101000001010000011111010111010001110110101111000111000010010110001 | eba3b5efbd9deba3b5e28283eba3b5e384b1 |
UHC | 룵}룵₃룵ㄱ | 100011111010101010100011111111011000111110101010101010011111110110001111101010101010010010100001 | 8faaa3fd8faaa9fd8faaa4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)