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 | ユユホ | 11010101111100011101000011010101110011101111000011010101 | d5f1d0d5cef0d5 |
EUC-JP | ユ?ユホ? | 1000111011010101001111111000111011010101100011101100111000111111 | 8ed53f8ed58ece3f |
UTF-8 | ユユホ | 111011111011111010010101111011101000010110001011111011111011111010010101111011111011111010001110111011101000001010010100 | efbe95ee858befbe95efbe8eee8294 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)