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 | 将ラ戓ョ娼フ | 100011111010101111010111111110101100011110101110100011111010100111001100 | 8fabd7fac7ae8fa9cc |
EUC-JP | 将ラ戓ョ娼フ | 10111110101011011000111011010111100011111011111110101000100011101010111010111110101010111000111011001100 | bead8ed78fbfa88eaebeab8ecc |
UTF-8 | 将ラ戓ョ娼フ | 111001011011000010000110111011111011111010010111111001101000100010010011111011111011110110101110111001011010100010111100111011111011111010001100 | e5b086efbe97e68893efbdaee5a8bcefbe8c |
UHC | ????娼? | 00111111001111110011111100111111111100111101111000111111 | 3f3f3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)