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 | 錵ル差錵 | 1110100001000101100000111000101110001101101101111110100001000101 | e845838b8db7e845 |
EUC-JP | 錵ル差錵 | 1110111110100110101001011110101110111010101110011110111110100110 | efa6a5ebbab9efa6 |
UTF-8 | 錵ル差錵 | 111010011000110010110101111000111000001110101011111001011011011110101110111010011000110010110101 | e98cb5e383abe5b7aee98cb5 |
UHC | ?ル差? | 001111111010101111101011111100111010110000111111 | 3fabebf3ac3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)