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 | 쒔薪렔롆쒔렶 | 111011001001001010010100111010001001011010101010111010111010000010010100111010111010000110000110111011001001001010010100111010111010000010110110 | ec9294e896aaeba094eba186ec9294eba0b6 |
UHC | 쒔薪렔롆쒔렶 | 101111101010110111100011111011111000111010101001100011101100110010111110101011011000111011000001 | beade3ef8ea98eccbead8ec1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)