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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 渧疾銧 | 111110110100100010001110101111101111101111001100 | fb488ebefbcc |
EUC-JP | 渧疾銧 | 1000111111000111111010111011110011000000100011111110010010100110 | 8fc7ebbcc08fe4a6 |
UTF-8 | 渧疾銧 | 111001101011100010100111111001111001011010111110111010011000101010100111 | e6b8a7e796bee98aa7 |
UHC | ?疾? | 00111111111100101111000000111111 | 3ff2f03f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)