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 | 蘂??誼?Ⅹ | 111001010100000100111111001111111000101101100010001111111000011101011101 | e5413f3f8b623f875d |
EUC-JP | 蘂??誼?? | 1110100110100010001111110011111110110101110000110011111100111111 | e9a23f3fb5c33f3f |
UTF-8 | 蘂뜯뫖誼섓Ⅹ | 111010001001100010000010111010111001110010101111111010111010101110010110111010001010101010111100111011001000010010010011111000101000010110101001 | e89882eb9cafebab96e8aabcec8493e285a9 |
UHC | 蘂뜯뫖誼섓Ⅹ | 111001111101111010110110111000101001000110111000111010111111111010011000111011111010010110111001 | e7deb6e291b8ebfe98efa5b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)