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 | ?ワ?侑? | 00111111100000111000111100111111100110001101000000111111 | 3f838f3f98d03f |
EUC-JP | ?ワ?侑? | 00111111101001011110111100111111110100001101001000111111 | 3fa5ef3fd0d23f |
UTF-8 | 曆ワ퐣侑⑼ | 111011111010011010001011111000111000001110101111111011011001000010100011111001001011111010010001111000101001000110111100 | efa68be383afed90a3e4be91e291bc |
UHC | 曆ワ퐣侑⑼ | 11100110101101111010101111101111101111011000110011101010111000101010100111101111 | e6b7abefbd8ceae2a9ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)