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 | 壕橋??秘障 | 10001101100010001000101110110100001111110011111110010100111010011000111111100001 | 8d888bb43f3f94e98fe1 |
EUC-JP | 壕橋??秘障 | 10111001111010001011011010110110001111110011111111001000111010111011111011100011 | b9e8b6b63f3fc8ebbee3 |
UTF-8 | 壕橋렜얗秘障 | 111001011010001110010101111001101010100110001011111010111010000010011100111011001001011010010111111001111010011110011000111010011001101010011100 | e5a395e6a98beba09cec9697e7a798e99a9c |
UHC | 壕橋렜얗秘障 | 111110111011110111001110111010011000111010101110101111101110100111011101111110101110111010100001 | fbbdcee98eaebee9ddfaeea1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)