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 | Là× | 1001001101001100111000001000001010010011100000011001100011010111 | 934ce082938198d7 |
SJIS-WIN | ?L?????× | 001111110100110000111111001111110011111100111111001111111000000101111110 | 3f4c3f3f3f3f3f817e |
EUC-JP | ?Là????× | 0011111101001100100011111010101110100010001111110011111100111111001111111010000111011111 | 3f4c8faba23f3f3f3fa1df |
UTF-8 | Là× | 110000101001001101001100110000111010000011000010100000101100001010010011110000101000000111000010100110001100001110010111 | c2934cc3a0c282c293c281c298c397 |
UHC | ?L?????× | 001111110100110000111111001111110011111100111111001111111010000110111111 | 3f4c3f3f3f3f3fa1bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)