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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 韭オ諱ー裄 | 1110100011101010101101011110011010000001101100001110010111100000 | e8eab5e681b0e5e0 |
EUC-JP | 韭オ諱ー裄 | 11110000111011001000111010110101111010111110000110001110101100001110101011100010 | f0ec8eb5ebe18eb0eae2 |
UTF-8 | 韭オ諱ー裄 | 111010011001111110101101111011111011110110110101111010001010101110110001111011111011110110110000111010001010001110000100 | e99fadefbdb5e8abb1efbdb0e8a384 |
UHC | ??諱?? | 001111110011111111111101110010010011111100111111 | 3f3ffdc93f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)