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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ?鬚??? | 001111111110100110100010001111110011111100111111 | 3fe9a23f3f3f |
EUC-JP | ?鬚??? | 001111111111001010100100001111110011111100111111 | 3ff2a43f3f3f |
UTF-8 | 렠鬚롈롘롒 | 111010111010000010100000111010011010110010011010111010111010000110001000111010111010000110011000111010111010000110010010 | eba0a0e9ac9aeba188eba198eba192 |
UHC | 렠鬚롈롘롒 | 10001110101100011110001011010001100011101100111010001110110111001000111011010111 | 8eb1e2d18ece8edc8ed7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)