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 | 畏??宥?? | 1000100011011000001111110011111110010111010001110011111100111111 | 88d83f3f97473f3f |
EUC-JP | 畏??宥?? | 1011000011011010001111110011111111001101101010000011111100111111 | b0da3f3fcda83f3f |
UTF-8 | 畏븐뜽宥곮쁻 | 111001111001010110001111111010111011100010010000111010111001110010111101111001011010111010100101111010101011001110101110111011001000000110111011 | e7958febb890eb9cbde5aea5eab3aeec81bb |
UHC | 畏븐뜽宥곮쁻 | 111010001110011010111010111011001000110110111000111010101110100110000001111010001001100010000010 | e8e6baec8db8eae981e89882 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)