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 | K}eK}eB | 1000000101001011100000010111110101100101100000010100101110000001011111010110010101000010 | 814b817d65814b817d6542 |
SJIS-WIN | ?K?}e?K?}eB | 0011111101001011001111110111110101100101001111110100101100111111011111010110010101000010 | 3f4b3f7d653f4b3f7d6542 |
EUC-JP | ?K?}e?K?}eB | 0011111101001011001111110111110101100101001111110100101100111111011111010110010101000010 | 3f4b3f7d653f4b3f7d6542 |
UTF-8 | K}eK}eB | 110000101000000101001011110000101000000101111101011001011100001010000001010010111100001010000001011111010110010101000010 | c2814bc2817d65c2814bc2817d6542 |
UHC | ?K?}e?K?}eB | 0011111101001011001111110111110101100101001111110100101100111111011111010110010101000010 | 3f4b3f7d653f4b3f7d6542 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)