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 | 業??節ら? | 100010111100011000111111001111111001000011011111100000101110011100111111 | 8bc63f3f90df82e73f |
EUC-JP | 業??節ら? | 101101101100100000111111001111111100000011100001101001001110100100111111 | b6c83f3fc0e1a4e93f |
UTF-8 | 業뉚뿈節ら윾 | 111001101010010110101101111010111000100110011010111010111011111110001000111001111010111110000000111000111000001010001001111011001001110010111110 | e6a5adeb899aebbf88e7af80e38289ec9cbe |
UHC | 業뉚뿈節ら윾 | 111001011111011010000111111011101001011110001111111011111011110110101010111010011001111110110110 | e5f687ee978fefbdaae99fb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)