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 | 筌①?節?? | 111000101010001110000111010000000011111110010000110111110011111100111111 | e2a387403f90df3f3f |
EUC-JP | 筌??節?? | 1110010010100101001111110011111111000000111000010011111100111111 | e4a53f3fc0e13f3f |
UTF-8 | 筌①뎡節녶립 | 111001111010110110001100111000101001000110100000111010111000111010100001111001111010111110000000111010111000010110110110111010111010011010111101 | e7ad8ce291a0eb8ea1e7af80eb85b6eba6bd |
UHC | 筌①뎡節녶립 | 111011111010011110101000111001111011010110110010111011111011110110000110111001011011100010110011 | efa7a8e7b5b2efbd86e5b8b3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)