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 | 曜ゃ?蟯?? | 100101110110101010000010111000010011111111100101101100100011111100111111 | 976a82e13fe5b23f3f |
EUC-JP | 曜ゃ?蟯?? | 110011011100101110100100111000110011111111101010101101000011111100111111 | cdcba4e33feab43f3f |
UTF-8 | 曜ゃ굤蟯믧닎 | 111001101001101110011100111000111000001010000011111010101011010110100100111010001001111110101111111010111010111110100111111010111000101110001110 | e69b9ce38283eab5a4e89fafebafa7eb8b8e |
UHC | 曜ゃ굤蟯믧닎 | 111010001111100010101010111000111000001010001010111010011010100010010010111010011000100010010100 | e8f8aae3828ae9a892e98894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)