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 | 額??韋?? | 1000101001111010001111110011111111101000111010000011111100111111 | 8a7a3f3fe8e83f3f |
EUC-JP | 額??韋?? | 1011001111011011001111110011111111110000111010100011111100111111 | b3db3f3ff0ea3f3f |
UTF-8 | 額딆빂韋뉐ㅇ | 111010011010000110001101111010111001010010000110111010111011100110000010111010011001111110001011111010111000100110010000111000111000010110000111 | e9a18deb9486ebb982e99f8beb8990e38587 |
UHC | 額딆빂韋뉐ㅇ | 111001001111111010001010111011001001010110101011111010101101111110000111111001011010010010110111 | e4fe8aec95abeadf87e5a4b7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)