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 | 潁??由?? | 1001111111110001001111110011111110010111010100100011111100111111 | 9ff13f3f97523f3f |
EUC-JP | 潁??由?? | 1101111011110011001111110011111111001101101100110011111100111111 | def33f3fcdb33f3f |
UTF-8 | 潁딅뿭由긺댆 | 111001101011110110000001111010111001010010000101111010111011111110101101111001111001010010110001111010101011100010111010111010111000110010000110 | e6bd81eb9485ebbfade794b1eab8baeb8c86 |
UHC | 潁딅뿭由긺댆 | 111001111011100010001010111010111001011110101101111010111010011010110001111001111000100010110000 | e7b88aeb97adeba6b1e788b0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)