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 | 螽幗倦 | 111001011010100010011011111011001000110010010001 | e5a89bec8c91 |
EUC-JP | 螽幗倦 | 111010101010101011010110111011101011011111110001 | eaaad6eeb7f1 |
UTF-8 | 螽幗倦 | 111010001001111010111101111001011011100110010111111001011000000010100110 | e89ebde5b997e580a6 |
UHC | ??倦 | 00111111001111111100111111100110 | 3f3fcfe6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)