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 | ?伏?署 | 001111111001010110011010001111111000111110010000 | 3f959a3f8f90 |
EUC-JP | ?伏?署 | 001111111100100111111010001111111011110111110000 | 3fc9fa3fbdf0 |
UTF-8 | 돤伏텟署 | 111010111000111110100100111001001011110010001111111011011000010110011111111001111011110110110010 | eb8fa4e4bc8fed859fe7bdb2 |
UHC | 돤伏텟署 | 1011010111000011110111001101000111000101110111011101111111111110 | b5c3dcd1c5dddffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)