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 | 筌???筌? | 1110001010100011001111110011111100111111111000101010001100111111 | e2a33f3f3fe2a33f |
EUC-JP | 筌???筌? | 1110010010100101001111110011111100111111111001001010010100111111 | e4a53f3f3fe4a53f |
UTF-8 | 筌두쇱퐴筌두 | 111001111010110110001100111010111001000110010000111011001000011110110001111011011001000010110100111001111010110110001100111010111001000110010000 | e7ad8ceb9190ec87b1ed90b4e7ad8ceb9190 |
UHC | 筌두쇱퐴筌두 | 111011111010011110110101110011101011110011101100101111011001110111101111101001111011010111001110 | efa7b5cebcecbd9defa7b5ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)