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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ????臣あ | 0011111100111111001111110011111110010000011000101000001010100000 | 3f3f3f3f906282a0 |
EUC-JP | ????臣あ | 0011111100111111001111110011111110111111110000111010010010100010 | 3f3f3f3fbfc3a4a2 |
UTF-8 | 룶殺㈛룶臣あ | 111010111010001110110110111011111010010110110000111000111000100010011011111010111010001110110110111010001000011110100011111000111000000110000010 | eba3b6efa5b0e3889beba3b6e887a3e38182 |
UHC | 룶殺㈛룶臣あ | 100011111010101111100001111011011010100111001100100011111010101111100011111011011010101010100010 | 8fabe1eda9cc8fabe3edaaa2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)