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 | 節?ザ絶?? | 100100001101111100111111100000110101010110010000111000100011111100111111 | 90df3f835590e23f3f |
EUC-JP | 節?ザ絶?? | 110000001110000100111111101001011011011011000000111001000011111100111111 | c0e13fa5b6c0e43f3f |
UTF-8 | 節얕ザ絶뽪뮈 | 111001111010111110000000111011001001011010010101111000111000001010110110111001111011010110110110111010111011110110101010111010111010111010001000 | e7af80ec9695e382b6e7b5b6ebbdaaebae88 |
UHC | 節얕ザ絶뽪뮈 | 111011111011110110111110111010001010101110110110111011111011111010010110111001101011100110111111 | efbdbee8abb6efbe96e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)