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 | 畑??倚?? | 1001010010101000001111110011111110011000110111110011111100111111 | 94a83f3f98df3f3f |
EUC-JP | 畑??倚?? | 1100100010101010001111110011111111010000111000010011111100111111 | c8aa3f3fd0e13f3f |
UTF-8 | 畑밴퉫倚ㅵ뭣 | 111001111001010110010001111010111011000010110100111011011000100110101011111001011000000010011010111000111000010110110101111010111010110110100011 | e79591ebb0b4ed89abe5809ae385b5ebada3 |
UHC | 畑밴퉫倚ㅵ뭣 | 111011111010010110111001111010101011100110000011111010111110111110100100111001011011100110111101 | efa5b9eab983ebefa4e5b9bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)