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 | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
SJIS-WIN | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
EUC-JP | ???Y???bE | 001111110011111100111111010110010011111100111111001111110110001001000101 | 3f3f3f593f3f3f6245 |
UTF-8 | 쌔뤚癩Y쌔뤚癩bE | 111011001000110010010100111010111010010010011010111011111010010010001110010110011110110010001100100101001110101110100100100110101110111110100100100011100110001001000101 | ec8c94eba49aefa48e59ec8c94eba49aefa48e6245 |
UHC | 쌔뤚癩Y쌔뤚癩bE | 101111011101100010001111110010011101000111011011010110011011110111011000100011111100100111010001110110110110001001000101 | bdd88fc9d1db59bdd88fc9d1db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)