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 | 爾遁? | 1000111010100010100100111101100100111111 | 8ea293d93f |
EUC-JP | 爾遁? | 1011110010100100110001101101101100111111 | bca4c6db3f |
UTF-8 | 爾遁렯 | 111001111000100010111110111010011000000110000001111010111010000010101111 | e788bee98181eba0af |
UHC | 爾遁렯 | 111011001011001111010100111011011000111010111100 | ecb3d4ed8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)