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 | ムハ粫ムハ粐^ | 110100011100101011100010111001101101000111001010111000101110001001011110 | d1cae2e6d1cae2e25e |
EUC-JP | ムハ粫ムハ粐^ | 10001110110100011000111011001010111001001110100010001110110100011000111011001010111001001110010001011110 | 8ed18ecae4e88ed18ecae4e45e |
UTF-8 | ムハ粫ムハ粐^ | 11101111101111101001000111101111101111101000101011100111101100101010101111101111101111101001000111101111101111101000101011100111101100101001000001011110 | efbe91efbe8ae7b2abefbe91efbe8ae7b2905e |
UHC | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)