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 | 錵ル差 | 111010000100010110000011100010111000110110110111 | e845838b8db7 |
EUC-JP | 錵ル差 | 111011111010011010100101111010111011101010111001 | efa6a5ebbab9 |
UTF-8 | 錵ル差 | 111010011000110010110101111000111000001110101011111001011011011110101110 | e98cb5e383abe5b7ae |
UHC | ?ル差 | 0011111110101011111010111111001110101100 | 3fabebf3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)