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 | 褥??猶?? | 1110010111110001001111110011111110010111010100000011111100111111 | e5f13f3f97503f3f |
EUC-JP | 褥??猶?? | 1110101011110011001111110011111111001101101100010011111100111111 | eaf33f3fcdb13f3f |
UTF-8 | 褥띕렯猶꾤랜 | 111010001010010010100101111010111001110110010101111010111010000010101111111001111000110010110110111010101011111010100100111010111001111010011100 | e8a4a5eb9d95eba0afe78cb6eabea4eb9e9c |
UHC | 褥띕렯猶꾤랜 | 111010011011001110110110111010111000111010111100111010111010001010000100111001111011011110100011 | e9b3b6eb8ebceba284e7b7a3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)