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 | 将硼ォェ娼ヒ | 100011111010101111100001111011011010101110101010100011111010100111001011 | 8fabe1edabaa8fa9cb |
EUC-JP | 将硼ォェ娼ヒ | 101111101010110111100010111011111000111010101011100011101010101010111110101010111000111011001011 | beade2ef8eab8eaabeab8ecb |
UTF-8 | 将硼ォェ娼ヒ | 111001011011000010000110111001111010000110111100111011111011110110101011111011111011110110101010111001011010100010111100111011111011111010001011 | e5b086e7a1bcefbdabefbdaae5a8bcefbe8b |
UHC | ?硼??娼? | 0011111111011101110111010011111100111111111100111101111000111111 | 3fdddd3f3ff3de3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)