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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 渟紗飛?? | 1001111111011001100011101101000110010100111100100011111100111111 | 9fd98ed194f23f3f |
EUC-JP | 渟紗飛珽? | 11011110110110111011110011010011110010001111010010001111110010111111111000111111 | dedbbcd3c8f48fcbfe3f |
UTF-8 | 渟紗飛珽렏 | 111001101011100010011111111001111011010010010111111010011010001110011011111001111000111110111101111010111010000010001111 | e6b89fe7b497e9a39be78fbdeba08f |
UHC | 渟紗飛珽렏 | 11101111111001011101111011101001110111101010101111101111111010101000111010100101 | efe5dee9deabefea8ea5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)