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 | 蘂??誼?? | 1110010101000001001111110011111110001011011000100011111100111111 | e5413f3f8b623f3f |
EUC-JP | 蘂??誼?? | 1110100110100010001111110011111110110101110000110011111100111111 | e9a23f3fb5c33f3f |
UTF-8 | 蘂뜯뫖誼섊랜 | 111010001001100010000010111010111001110010101111111010111010101110010110111010001010101010111100111011001000010010001010111010111001111010011100 | e89882eb9cafebab96e8aabcec848aeb9e9c |
UHC | 蘂뜯뫖誼섊랜 | 111001111101111010110110111000101001000110111000111010111111111010011000111001111011011110100011 | e7deb6e291b8ebfe98e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)