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 | ?る?誼?? | 0011111110000010111010010011111110001011011000100011111100111111 | 3f82e93f8b623f3f |
EUC-JP | ?る?誼?? | 0011111110100100111010110011111110110101110000110011111100111111 | 3fa4eb3fb5c33f3f |
UTF-8 | 閭る돃誼쏙쭓 | 111011111010011010000110111000111000001010001011111010111000111110000011111010001010101010111100111011001000111110011001111011001010110110010011 | efa686e3828beb8f83e8aabcec8f99ecad93 |
UHC | 閭る돃誼쏙쭓 | 111001101010110110101010111010111000100110010110111010111111111010111101111011111010011110001011 | e6adaaeb8996ebfebdefa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)