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 | 上セ館緖セ | 10001111111000111111000011101100101111101111101111111001111110111000111010111110 | 8fe3f0ecbefbf9fb8ebe |
EUC-JP | 上?セ??セ | 101111101110010100111111100011101011111000111111001111111000111010111110 | bee53f8ebe3f3f8ebe |
UTF-8 | 上セ館緖セ | 111001001011100010001010111011101000001010101011111011111011110110111110111011111010100010101100111001111011011110010110111011111011110110111110 | e4b88aee82abefbdbeefa8ace7b796efbdbe |
UHC | 上???緖? | 1101111110111110001111110011111100111111110111111111110100111111 | dfbe3f3f3fdffd3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)