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 | 枝??二? | 10001110011111010011111100111111100100111111000100111111 | 8e7d3f3f93f13f |
EUC-JP | 枝??二? | 10111011110111100011111100111111110001101111001100111111 | bbde3f3fc6f33f |
UTF-8 | 枝브쑹二렱 | 111001101001111010011101111010111011100010001100111011001001000110111001111001001011101010001100111010111010000010110001 | e69e9debb88cec91b9e4ba8ceba0b1 |
UHC | 枝브쑹二렱 | 11110010101010111011101011101010101111101010101111101100101000111000111010111110 | f2abbaeabeabeca38ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)