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 | 巽鱈損辿 | 1001001001000110100100100100110010010001101110011001001001001000 | 9246924c91b99248 |
EUC-JP | 巽鱈損辿 | 1100001110100111110000111010110111000010101110111100001110101001 | c3a7c3adc2bbc3a9 |
UTF-8 | 巽鱈損辿 | 111001011011011110111101111010011011000110001000111001101001000010001101111010001011111010111111 | e5b7bde9b188e6908de8bebf |
UHC | 巽?損? | 111000011101111000111111111000011101111100111111 | e1de3fe1df3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)