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 | ??i???? | 00111111001111110110100100111111001111110011111100111111 | 3f3f693f3f3f3f |
SJIS-WIN | ?}i???? | 0011111110000001011100000110100100111111001111110011111100111111 | 3f8170693f3f3f3f |
EUC-JP | ?}i???? | 0011111110100001110100010110100100111111001111110011111100111111 | 3fa1d1693f3f3f3f |
UTF-8 | 룵}i룵₃룵ㄱ | 11101011101000111011010111101111101111011001110101101001111010111010001110110101111000101000001010000011111010111010001110110101111000111000010010110001 | eba3b5efbd9d69eba3b5e28283eba3b5e384b1 |
UHC | 룵}i룵₃룵ㄱ | 10001111101010101010001111111101011010011000111110101010101010011111110110001111101010101010010010100001 | 8faaa3fd698faaa9fd8faaa4a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)