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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ?薪???? | 00111111100100000110010000111111001111110011111100111111 | 3f90643f3f3f3f |
EUC-JP | ?薪???? | 00111111101111111100010100111111001111110011111100111111 | 3fbfc53f3f3f3f |
UTF-8 | 쒔薪렋렠쒀렍 | 111011001001001010010100111010001001011010101010111010111010000010001011111010111010000010100000111011001001001010000000111010111010000010001101 | ec9294e896aaeba08beba0a0ec9280eba08d |
UHC | 쒔薪렋렠쒀렍 | 101111101010110111100011111011111000111010100010100011101011000110111110101011001000111010100011 | beade3ef8ea28eb1beac8ea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)