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 | KU BKU | 1001001001001011100100100101010110010001101000000100001010010010010010111001001001010101 | 924b925591a042924b9255 |
SJIS-WIN | ?K?U??B?K?U | 0011111101001011001111110101010100111111001111110100001000111111010010110011111101010101 | 3f4b3f553f3f423f4b3f55 |
EUC-JP | ?K?U??B?K?U | 0011111101001011001111110101010100111111001111110100001000111111010010110011111101010101 | 3f4b3f553f3f423f4b3f55 |
UTF-8 | KU BKU | 1100001010010010010010111100001010010010010101011100001010010001110000101010000001000010110000101001001001001011110000101001001001010101 | c2924bc29255c291c2a042c2924bc29255 |
UHC | ?K?U??B?K?U | 0011111101001011001111110101010100111111001111110100001000111111010010110011111101010101 | 3f4b3f553f3f423f4b3f55 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)