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 | 渦??應? | 10001001010100010011111100111111100111001110010000111111 | 89513f3f9ce43f |
EUC-JP | 渦??應? | 10110001101100100011111100111111110110001110011000111111 | b1b23f3fd8e63f |
UTF-8 | 渦기뫀應멊 | 111001101011100010100110111010101011100010110000111010111010101110000000111001101000011110001001111010111010100110001010 | e6b8a6eab8b0ebab80e68789eba98a |
UHC | 渦기뫀應멊 | 11101000101111101011000111100010100100011010010011101011111010111001000101000010 | e8beb1e291a4ebeb9142 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)