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 | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
SJIS-WIN | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
EUC-JP | ???Y?? | 001111110011111100111111010110010011111100111111 | 3f3f3f593f3f |
UTF-8 | 횪횩혶Y혯혣 | 11101101100110101010101011101101100110101010100111101101100110001011011001011001111011011001100010101111111011011001100010100011 | ed9aaaed9aa9ed98b659ed98afed98a3 |
UHC | 횪횩혶Y혯혣 | 1100001110100000110000111001111111000010100111010101100111000010100101101100001010001100 | c3a0c39fc29d59c296c28c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)