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 | 001111110011111100111111001111110011111101001011 | 3f3f3f3f3f4b |
SJIS-WIN | ?削あ??K | 0011111110001101111011011000001010100000001111110011111101001011 | 3f8ded82a03f3f4b |
EUC-JP | 邕削あ??K | 10001111111000011110110110111010111011111010010010100010001111110011111101001011 | 8fe1edbaefa4a23f3f4b |
UTF-8 | 邕削あ끓웝K | 11101001100000101001010111100101100010011000101011100011100000011000001011101011100000011001001111101100100110111001110101001011 | e98295e5898ae38182eb8193ec9b9d4b |
UHC | 邕削あ끓웝K | 1110100010111011110111101111101110101010101000101011001011111010101111111111101101001011 | e8bbdefbaaa2b2fabffb4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)