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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ヤ霎ョ | 11010100111010001011111010101110 | d4e8beae |
EUC-JP | ヤ霎ョ | 100011101101010011110000110000001000111010101110 | 8ed4f0c08eae |
UTF-8 | ヤ霎ョ | 111011111011111010010100111010011001110010001110111011111011110110101110 | efbe94e99c8eefbdae |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)