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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訒オ蠇ウ | 111110111010001110110101111110111010000110110011 | fba3b5fba1b3 |
EUC-JP | 訒オ?ウ | 1000111111011101110010001000111010110101001111111000111010110011 | 8fddc88eb53f8eb3 |
UTF-8 | 訒オ蠇ウ | 111010001010100010010010111011111011110110110101111010001010000010000111111011111011110110110011 | e8a892efbdb5e8a087efbdb3 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)