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 | 錵丈温 | 111010000100010110001111111001001000100110110111 | e8458fe489b7 |
EUC-JP | 錵丈温 | 111011111010011010111110111001101011001010111001 | efa6bee6b2b9 |
UTF-8 | 錵丈温 | 111010011000110010110101111001001011100010001000111001101011100010101001 | e98cb5e4b888e6b8a9 |
UHC | ?丈? | 00111111111011011101101100111111 | 3feddb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)