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 | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
SJIS-WIN | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
EUC-JP | ?Q}Y?Q}bE | 001111110101000101111101010110010011111101010001011111010110001001000101 | 3f517d593f517d6245 |
UTF-8 | 덶Q}Y덶Q}bE | 11101011100011011011011001010001011111010101100111101011100011011011011001010001011111010110001001000101 | eb8db6517d59eb8db6517d6245 |
UHC | 덶Q}Y덶Q}bE | 1000100101001010010100010111110101011001100010010100101001010001011111010110001001000101 | 894a517d59894a517d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)