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 | ツ環δ淌鳴環 | 1100001010001010110000101000001111000010100111111100001110010110110000101000101011000010 | c28ac283c29fc396c28ac2 |
EUC-JP | ツ環δ淌鳴環 | 100011101100001010110100110001001010011011000100110111101100010111001100110001001011010011000100 | 8ec2b4c4a6c4dec5ccc4b4c4 |
UTF-8 | ツ環δ淌鳴環 | 1110111110111110100000101110011110010010101100001100111010110100111001101011011110001100111010011011001110110100111001111001001010110000 | efbe82e792b0ceb4e6b78ce9b3b4e792b0 |
UHC | ?環δ?鳴環 | 00111111111111001011101110100101111001000011111111011001101100001111110010111011 | 3ffcbba5e43fd9b0fcbb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)