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 | 騾咲「大セ | 1110100110000000100011011110011110100010100100011110010110111110 | e9808de7a291e5be |
EUC-JP | 騾咲「大セ | 11110001111000001011101011101001100011101010001011000010111001111000111010111110 | f1e0bae98ea2c2e78ebe |
UTF-8 | 騾咲「大セ | 111010011010100010111110111001011001001010110010111011111011110110100010111001011010010010100111111011111011110110111110 | e9a8bee592b2efbda2e5a4a7efbdbe |
UHC | ???大? | 001111110011111100111111110100111101111000111111 | 3f3f3fd3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)