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 | 但樽辰辿 | 1001001001000001100100100100110110010010010000111001001001001000 | 9241924d92439248 |
EUC-JP | 但樽辰辿 | 1100001110100010110000111010111011000011101001001100001110101001 | c3a2c3aec3a4c3a9 |
UTF-8 | 但樽辰辿 | 111001001011110110000110111001101010100010111101111010001011111010110000111010001011111010111111 | e4bd86e6a8bde8beb0e8bebf |
UHC | 但樽辰? | 11010011101000111111000111011100111100101110001100111111 | d3a3f1dcf2e33f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)