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 | 爾瘢? | 1000111010100010111000011000110100111111 | 8ea2e18d3f |
EUC-JP | 爾瘢? | 1011110010100100111000011110110100111111 | bca4e1ed3f |
UTF-8 | 爾瘢떠 | 111001111000100010111110111001111001100010100010111010111001011010100000 | e788bee798a2eb96a0 |
UHC | 爾瘢떠 | 111011001011001111011010111011101011011010110000 | ecb3daeeb6b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)