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 | LEªH | 1001001001001100100100100100010110010001101010101001001001001000 | 924c924591aa9248 |
SJIS-WIN | ?L?E???H | 0011111101001100001111110100010100111111001111110011111101001000 | 3f4c3f453f3f3f48 |
EUC-JP | ?L?E?ª?H | 00111111010011000011111101000101001111111000111110100010111011000011111101001000 | 3f4c3f453f8fa2ec3f48 |
UTF-8 | LEªH | 11000010100100100100110011000010100100100100010111000010100100011100001010101010110000101001001001001000 | c2924cc29245c291c2aac29248 |
UHC | ?L?E?ª?H | 001111110100110000111111010001010011111110101000101000110011111101001000 | 3f4c3f453fa8a33f48 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)