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 | ???穩? | 001111110011111100111111111000100111001000111111 | 3f3f3fe2723f |
EUC-JP | ???穩? | 001111110011111100111111111000111101001100111111 | 3f3f3fe3d33f |
UTF-8 | 寧녘폃穩롨 | 111011111010011010101010111010111000010110011000111011011000111110000011111001111010100110101001111010111010000110101000 | efa6aaeb8598ed8f83e7a9a9eba1a8 |
UHC | 寧녘폃穩롨 | 11100111101011001011001111101000101111001001001011101000101100011000111011101000 | e7acb3e8bc92e8b18ee8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)