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 | 遲鯉ス躯イ雁 | 11100111101011011000110011101111101111011000101111101011101100101000101011100101 | e7ad8cefbd8bebb28ae5 |
EUC-JP | 遲鯉ス躯イ雁 | 111011101010111110111000111100011000111010111101101101101110110110001110101100101011010011100111 | eeafb8f18ebdb6ed8eb2b4e7 |
UTF-8 | 遲鯉ス躯イ雁 | 111010011000000110110010111010011010111110001001111011111011110110111101111010001011101010101111111011111011110110110010111010011001101110000001 | e981b2e9af89efbdbde8baafefbdb2e99b81 |
UHC | 遲鯉???雁 | 111100101100000011010111111011110011111100111111001111111110010011010010 | f2c0d7ef3f3f3fe4d2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)