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 | 쒀薪렖롍렊렞 | 111011001001001010000000111010001001011010101010111010111010000010010110111010111010000110001101111010111010000010001010111010111010000010011110 | ec9280e896aaeba096eba18deba08aeba09e |
UHC | 쒀薪렖롍렊렞 | 101111101010110011100011111011111000111010101011100011101101001110001110101000011000111010101111 | beace3ef8eab8ed38ea18eaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)