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 | 稍o瘠 | 111000100110001110000010100011111110000110001011 | e263828fe18b |
EUC-JP | 稍o瘠 | 111000111100010010100011111011111110000111101011 | e3c4a3efe1eb |
UTF-8 | 稍o瘠 | 111001111010100010001101111011111011110110001111111001111001100010100000 | e7a88defbd8fe798a0 |
UHC | 稍o瘠 | 111101011010101010100011111011111111010010110000 | f5aaa3eff4b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)