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 | 霓??穩 | 111010001011110100111111001111111110001001110010 | e8bd3f3fe272 |
EUC-JP | 霓??穩 | 111100001011111100111111001111111110001111010011 | f0bf3f3fe3d3 |
UTF-8 | 霓긷졃穩 | 111010011001110010010011111010101011100010110111111011001010000110000011111001111010100110101001 | e99c93eab8b7eca183e7a9a9 |
UHC | 霓긷졃穩 | 1110011111100111101100011110010110100000101101001110100010110001 | e7e7b1e5a0b4e8b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)