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 | 逡???疑? | 1110011110010101001111110011111100111111100010110101111000111111 | e7953f3f3f8b5e3f |
EUC-JP | 逡???疑? | 1110110111110101001111110011111100111111101101011011111100111111 | edf53f3f3fb5bf3f |
UTF-8 | 逡ㅹ렦렧疑렭 | 111010011000000010100001111000111000010110111001111010111010000010100110111010111010000010100111111001111001011010010001111010111010000010101101 | e980a1e385b9eba0a6eba0a7e79691eba0ad |
UHC | 逡ㅹ렦렧疑렭 | 111100011110010010100100111010011000111010110101100011101011011011101011111101111000111010111010 | f1e4a4e98eb58eb6ebf78eba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)