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 | 第私?妊 | 10010001111001101000111010000100001111111001010001000100 | 91e68e843f9444 |
EUC-JP | 第私?妊 | 11000010111010001011101111100100001111111100011110100101 | c2e8bbe43fc7a5 |
UTF-8 | 第私벅妊 | 111001111010110010101100111001111010011110000001111010111011001010000101111001011010011010001010 | e7acace7a781ebb285e5a68a |
UHC | 第私벅妊 | 1111000010101111110111101110011110111001111101111110110011110100 | f0afdee7b9f7ecf4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)