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 | 額??乙?? | 1000101001111010001111110011111110001001101100110011111100111111 | 8a7a3f3f89b33f3f |
EUC-JP | 額??乙?? | 1011001111011011001111110011111110110010101101010011111100111111 | b3db3f3fb2b53f3f |
UTF-8 | 額곗뀺乙댁젢 | 111010011010000110001101111010101011001110010111111010111000000010111010111001001011100110011001111010111000110010000001111011001010000010100010 | e9a18deab397eb80bae4b999eb8c81eca0a2 |
UHC | 額곗뀺乙댁젢 | 111001001111111010110000111011001000010110110000111010111110000010110100111011001010000010011011 | e4feb0ec85b0ebe0b4eca09b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)