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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 雅??也? | 10001001111010110011111100111111100101101110011100111111 | 89eb3f3f96e73f |
EUC-JP | 雅??也? | 10110010111011010011111100111111110011001110100100111111 | b2ed3f3fcce93f |
UTF-8 | 雅묋굞也퀯 | 111010011001101110000101111010111010110010001011111010101011010110011110111001001011100110011111111011011000000010101111 | e99b85ebac8beab59ee4b99fed80af |
UHC | 雅묋굞也퀯 | 11100100101110101001000111101000100000101000011011100101101001011011010001000010 | e4ba91e88286e5a5b442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)