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 | 蔭??畏?? | 1000100011111100001111110011111110001000110110000011111100111111 | 88fc3f3f88d83f3f |
EUC-JP | 蔭??畏?? | 1011000011111110001111110011111110110000110110100011111100111111 | b0fe3f3fb0da3f3f |
UTF-8 | 蔭⑹꺑畏븀뎁 | 111010001001010010101101111000101001000110111001111010101011101010010001111001111001010110001111111010111011100010000000111010111000111010000001 | e894ade291b9eaba91e7958febb880eb8e81 |
UHC | 蔭⑹꺑畏븀뎁 | 111010111110001110101001111011001000001110110111111010001110011010111010111001111011010110101010 | ebe3a9ec83b7e8e6bae7b5aa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)