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 | 倭??底?? | 1001100001100000001111110011111110010010111010100011111100111111 | 98603f3f92ea3f3f |
EUC-JP | 倭??底?? | 1100111111000001001111110011111111000100111011000011111100111111 | cfc13f3fc4ec3f3f |
UTF-8 | 倭밧묄底쏙쉥 | 111001011000000010101101111010111011000010100111111010111010110010000100111001011011101010010101111011001000111110011001111011001000100110100101 | e580adebb0a7ebac84e5ba95ec8f99ec89a5 |
UHC | 倭밧묄底쏙쉥 | 111010001101111010111001111001011011100110100010111011101011110010111101111011111011110110101011 | e8deb9e5b9a2eebcbdefbdab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)