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°«DK¥ | 1001001001001011100100011011000010010001101010110100010010010010010010111001000110100101 | 924b91b091ab44924b91a5 |
SJIS-WIN | ?K?°??D?K?¥ | 00111111010010110011111110000001100010110011111100111111010001000011111101001011001111111000000110001111 | 3f4b3f818b3f3f443f4b3f818f |
EUC-JP | ?K?°??D?K?? | 001111110100101100111111101000011110101100111111001111110100010000111111010010110011111100111111 | 3f4b3fa1eb3f3f443f4b3f3f |
UTF-8 | K°«DK¥ | 11000010100100100100101111000010100100011100001010110000110000101001000111000010101010110100010011000010100100100100101111000010100100011100001010100101 | c2924bc291c2b0c291c2ab44c2924bc291c2a5 |
UHC | ?K?°??D?K?? | 001111110100101100111111101000011100011000111111001111110100010000111111010010110011111100111111 | 3f4b3fa1c63f3f443f4b3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)