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 | LP¹G« | 10010010010011001001001001010000100100011011100110010010010001111001000110101011 | 924c925091b9924791ab |
SJIS-WIN | ?L?P???G?? | 00111111010011000011111101010000001111110011111100111111010001110011111100111111 | 3f4c3f503f3f3f473f3f |
EUC-JP | ?L?P???G?? | 00111111010011000011111101010000001111110011111100111111010001110011111100111111 | 3f4c3f503f3f3f473f3f |
UTF-8 | LP¹G« | 1100001010010010010011001100001010010010010100001100001010010001110000101011100111000010100100100100011111000010100100011100001010101011 | c2924cc29250c291c2b9c29247c291c2ab |
UHC | ?L?P?¹?G?? | 0011111101001100001111110101000000111111101010011111011000111111010001110011111100111111 | 3f4c3f503fa9f63f473f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)