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 | 驛??揖?┸ | 111010011000001100111111001111111001011101001011001111111000010010111101 | e9833f3f974b3f84bd |
EUC-JP | 驛??揖?┸ | 111100011110001100111111001111111100110110101100001111111010100010111111 | f1e33f3fcdac3fa8bf |
UTF-8 | 驛노굢揖쏙┸ | 111010011010100110011011111010111000010110111000111010101011010110100010111001101000111110010110111011001000111110011001111000101001010010111000 | e9a99beb85b8eab5a2e68f96ec8f99e294b8 |
UHC | 驛노굢揖쏙┸ | 111001101011111010110011111010111000001010001001111010111110011110111101111011111010011010111111 | e6beb3eb8289ebe7bdefa6bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)