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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 謠??h謠?? | 111001101000111100111111001111110110100011100110100011110011111100111111 | e68f3f3f68e68f3f3f |
EUC-JP | 謠??h謠?? | 111010111110111100111111001111110110100011101011111011110011111100111111 | ebef3f3f68ebef3f3f |
UTF-8 | 謠쇽쉼h謠쇽쉼 | 11101000101011001010000011101100100001111011110111101100100010011011110001101000111010001010110010100000111011001000011110111101111011001000100110111100 | e8aca0ec87bdec89bc68e8aca0ec87bdec89bc |
UHC | 謠쇽쉼h謠쇽쉼 | 11101001101010101011110011101111101111011011000001101000111010011010101010111100111011111011110110110000 | e9aabcefbdb068e9aabcefbdb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)