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 | 00111111001111110101100100111111001111110110001001000101 | 3f3f593f3f6245 |
SJIS-WIN | ?寐Y?寐bE | 001111111001101110000111010110010011111110011011100001110110001001000101 | 3f9b87593f9b876245 |
EUC-JP | ?寐Y?寐bE | 001111111101010111100111010110010011111111010101111001110110001001000101 | 3fd5e7593fd5e76245 |
UTF-8 | 뤀寐Y뤀寐bE | 111010111010010010000000111001011010111110010000010110011110101110100100100000001110010110101111100100000110001001000101 | eba480e5af9059eba480e5af906245 |
UHC | 뤀寐Y뤀寐bE | 1000111110110001110110001101101101011001100011111011000111011000110110110110001001000101 | 8fb1d8db598fb1d8db6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)