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 | 鬨セ隨ャ蝎コ | 111010011010100010111110111001111010110010101100111001011001100110111010 | e9a8bee7acace599ba |
EUC-JP | 鬨セ隨ャ蝎コ | 111100101010101010001110101111101110111010101110100011101010110011101001111110011000111010111010 | f2aa8ebeeeae8eace9f98eba |
UTF-8 | 鬨セ隨ャ蝎コ | 111010011010110010101000111011111011110110111110111010011001101010101000111011111011110110101100111010001001110110001110111011111011110110111010 | e9aca8efbdbee99aa8efbdace89d8eefbdba |
UHC | ??隨?蝎? | 0011111100111111111000101100101100111111110010101110100100111111 | 3f3fe2cb3fcae93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)