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 | 瓦ょ?節? | 1000101010100010100000101110010100111111100100001101111100111111 | 8aa282e53f90df3f |
EUC-JP | 瓦ょ?節? | 1011010010100100101001001110011100111111110000001110000100111111 | b4a4a4e73fc0e13f |
UTF-8 | 瓦ょ윟節밄 | 111001111001001110100110111000111000001010000111111011001001110010011111111001111010111110000000111010111011000010000100 | e793a6e38287ec9c9fe7af80ebb084 |
UHC | 瓦ょ윟節밄 | 11101000101111111010101011100111100111111010001011101111101111011001001101000010 | e8bfaae79fa2efbd9342 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)