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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 爾瘢? | 1000111010100010111000011000110100111111 | 8ea2e18d3f |
EUC-JP | 爾瘢? | 1011110010100100111000011110110100111111 | bca4e1ed3f |
UTF-8 | 爾瘢렩 | 111001111000100010111110111001111001100010100010111010111010000010101001 | e788bee798a2eba0a9 |
UHC | 爾瘢렩 | 111011001011001111011010111011101000111010110111 | ecb3daee8eb7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)