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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 遐碁ッ幄イキ | 111001111010000010001100111010011010111110011011111010001011001010110111 | e7a08ce9af9be8b2b7 |
EUC-JP | 遐碁ッ幄イキ | 111011101010001010111000111010111000111010101111110101101110101010001110101100101000111010110111 | eea2b8eb8eafd6ea8eb28eb7 |
UTF-8 | 遐碁ッ幄イキ | 111010011000000110010000111001111010001010000001111011111011110110101111111001011011100110000100111011111011110110110010111011111011110110110111 | e98190e7a281efbdafe5b984efbdb2efbdb7 |
UHC | 遐碁?幄?? | 111110011100011011010001101100110011111111100100110000010011111100111111 | f9c6d1b33fe4c13f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)