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 | 癲??唯?? | 1110000110011111001111110011111110010111010000100011111100111111 | e19f3f3f97423f3f |
EUC-JP | 癲?Ŋ唯?? | 11100010101000010011111110001111101010011010101111001101101000110011111100111111 | e2a13f8fa9abcda33f3f |
UTF-8 | 癲앸Ŋ唯껈레 | 1110011110011001101100101110110010010101101110001100010110001010111001011001010010101111111010101011101110001000111010111010000010001000 | e799b2ec95b8c58ae594afeabb88eba088 |
UHC | 癲앸Ŋ唯껈레 | 111011111010011010011101111010111010100010101111111010101110011010000011111010011011011110111001 | efa69deba8afeae683e9b7b9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)