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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ???靷?? | 0011111100111111001111111000111111100111101111010011111100111111 | 3f3f3f8fe7bd3f3f |
UTF-8 | 力녹뮆靷뗦뿬 | 111011111010011010001010111010111000010110111001111010111010111010000110111010011001110110110111111010111001011110100110111010111011111110101100 | efa68aeb85b9ebae86e99db7eb97a6ebbfac |
UHC | 力녹뮆靷뗦뿬 | 111001101011001110110011111011001001001010010101111011001110011010001011111001101001011110101100 | e6b3b3ec9295ece68be697ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)