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 | 遵??媛?劍 | 100011111000010100111111001111111001010101010001001111111001100110011000 | 8f853f3f95513f9998 |
EUC-JP | 遵??媛?劍 | 101111011110010100111111001111111100100110110010001111111101000111111000 | bde53f3fc9b23fd1f8 |
UTF-8 | 遵멸츌媛븃劍 | 111010011000000110110101111010111010100110111000111011001011100010001100111001011010101010011011111010111011100010000011111001011000101010001101 | e981b5eba9b8ecb88ce5aa9bebb883e58a8d |
UHC | 遵멸츌媛븃劍 | 111100011110010110111000111010101100001111110100111010101011000010111010111010001100101111111100 | f1e5b8eac3f4eab0bae8cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)