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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 窩盤?俎 | 11100010011111001001010011010101001111111001100011010111 | e27c94d53f98d7 |
EUC-JP | 窩盤?俎 | 11100011110111011100100011010111001111111101000011011001 | e3ddc8d73fd0d9 |
UTF-8 | 窩盤깆俎 | 111001111010101010101001111001111001101110100100111010101011100110000110111001001011111110001110 | e7aaa9e79ba4eab986e4bf8e |
UHC | 窩盤깆俎 | 1110100011000000110110101110111110110001111011001111000010111011 | e8c0daefb1ecf0bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)