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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 艶?絶 | 1000100110010000001111111001000011100010 | 89903f90e2 |
EUC-JP | 艶?絶 | 1011000111110000001111111100000011100100 | b1f03fc0e4 |
UTF-8 | 艶뾖絶 | 111010001000100110110110111010111011111010010110111001111011010110110110 | e889b6ebbe96e7b5b6 |
UHC | 艶뾖絶 | 111001101111110110010111010100111110111110111110 | e6fd9753efbe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)