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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ?豪??豪?^ | 001111111000110110001011001111110011111110001101100010110011111101011110 | 3f8d8b3f3f8d8b3f5e |
EUC-JP | ?豪??豪?^ | 001111111011100111101011001111110011111110111001111010110011111101011110 | 3fb9eb3f3fb9eb3f5e |
UTF-8 | 야豪렧야豪렧^ | 11101100100101011011110011101000101100011010101011101011101000001010011111101100100101011011110011101000101100011010101011101011101000001010011101011110 | ec95bce8b1aaeba0a7ec95bce8b1aaeba0a75e |
UHC | 야豪렧야豪렧^ | 10111110110111111111101111011111100011101011011010111110110111111111101111011111100011101011011001011110 | bedffbdf8eb6bedffbdf8eb65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)