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 | 猷?Ⅰ循も? | 10010111010100010011111110000111010101001000111101111010100000101110000000111111 | 97513f87548f7a82e03f |
EUC-JP | 猷??循も? | 110011011011001000111111001111111011110111011011101001001110001000111111 | cdb23f3fbddba4e23f |
UTF-8 | 猷띰Ⅰ循も뾾 | 111001111000110010110111111010111001110110110000111000101000010110100000111001011011111010101010111000111000001010000010111010111011111010111110 | e78cb7eb9db0e285a0e5beaae38282ebbebe |
UHC | 猷띰Ⅰ循も뾾 | 111010111010001110110110111011111010010110110000111000101110000010101010111000101001011110000110 | eba3b6efa5b0e2e0aae29786 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)