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 | 絶??場 | 100100001110001000111111001111111000111111101010 | 90e23f3f8fea |
EUC-JP | 絶??場 | 110000001110010000111111001111111011111011101100 | c0e43f3fbeec |
UTF-8 | 絶뚲굥場 | 111001111011010110110110111010111001101010110010111010101011010110100101111001011010000010110100 | e7b5b6eb9ab2eab5a5e5a0b4 |
UHC | 絶뚲굥場 | 1110111110111110100011001110111010000010100010111110110111011110 | efbe8cee828bedde |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)