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¶K¹K | 100100100100110010010001101101101001001001001011100100011011100101001011 | 924c91b6924b91b94b |
SJIS-WIN | ?L?¶?K??K | 00111111010011000011111110000001111101110011111101001011001111110011111101001011 | 3f4c3f81f73f4b3f3f4b |
EUC-JP | ?L?¶?K??K | 00111111010011000011111110100010111110010011111101001011001111110011111101001011 | 3f4c3fa2f93f4b3f3f4b |
UTF-8 | L¶K¹K | 110000101001001001001100110000101001000111000010101101101100001010010010010010111100001010010001110000101011100101001011 | c2924cc291c2b6c2924bc291c2b94b |
UHC | ?L?¶?K?¹K | 0011111101001100001111111010001011010010001111110100101100111111101010011111011001001011 | 3f4c3fa2d23f4b3fa9f64b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)