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 | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
SJIS-WIN | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
EUC-JP | ??????nBF | 001111110011111100111111001111110011111100111111011011100100001001000110 | 3f3f3f3f3f3f6e4246 |
UTF-8 | 혦쩐혦짯쩌짜nBF | 111011011001100010100110111011001010100110010000111011011001100010100110111011001010011110101111111011001010100110001100111011001010011110011100011011100100001001000110 | ed98a6eca990ed98a6eca7afeca98ceca79c6e4246 |
UHC | 혦쩐혦짯쩌짜nBF | 110000101000111011000010101111101100001010001110110000101010110111000010101111001100001010100101011011100100001001000110 | c28ec2bec28ec2adc2bcc2a56e4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)