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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 葬??庄 | 100100011001001000111111001111111000111110101111 | 91923f3f8faf |
EUC-JP | 葬??庄 | 110000011111001000111111001111111011111010110001 | c1f23f3fbeb1 |
UTF-8 | 葬븅퇘庄 | 111010001001000110101100111010111011100010000101111011011000011110011000111001011011101010000100 | e891acebb885ed8798e5ba84 |
UHC | 葬븅퇘庄 | 1110110111110111101110101110100111000101111011111110110111100100 | edf7bae9c5efede4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)