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 | 齊?燼?魏? | 111010101000111000111111111000001001111000111111111010011011000000111111 | ea8e3fe09e3fe9b03f |
EUC-JP | 齊?燼?魏? | 111100111110111000111111110111111111111000111111111100101011001000111111 | f3ee3fdffe3ff2b23f |
UTF-8 | 齊렟燼렖魏엔 | 111010011011110110001010111010111010000010011111111001111000011110111100111010111010000010010110111010011010110110001111111011001001011110010100 | e9bd8aeba09fe787bceba096e9ad8fec9794 |
UHC | 齊렟燼렖魏엔 | 111100001011101010001110101100001110001111101000100011101010101111101010111000001011111110100011 | f0ba8eb0e3e88eabeae0bfa3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)