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 | 円??揖?┥ | 100010010111111000111111001111111001011101001011001111111000010010111100 | 897e3f3f974b3f84bc |
EUC-JP | 円??揖?┥ | 101100011101111100111111001111111100110110101100001111111010100010111110 | b1df3f3fcdac3fa8be |
UTF-8 | 円ㅻ슪揖댐┥ | 111001011000011010000110111000111000010110111011111011001000101010101010111001101000111110010110111010111000110010010000111000101001010010100101 | e58686e385bbec8aaae68f96eb8c90e294a5 |
UHC | 円ㅻ슪揖댐┥ | 111001011111011110100100111010111001101010110011111010111110011110110100111011111010011010111110 | e5f7a4eb9ab3ebe7b4efa6be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)