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 | ??W}Y??W}bE | 0011111100111111010101110111110101011001001111110011111101010111011111010110001001000101 | 3f3f577d593f3f577d6245 |
SJIS-WIN | ??W}Y??W}bE | 0011111100111111010101110111110101011001001111110011111101010111011111010110001001000101 | 3f3f577d593f3f577d6245 |
EUC-JP | ??W}Y??W}bE | 0011111100111111010101110111110101011001001111110011111101010111011111010110001001000101 | 3f3f577d593f3f577d6245 |
UTF-8 | 뭂묹W}Y뭂묹W}bE | 11101011101011011000001011101011101011001011100101010111011111010101100111101011101011011000001011101011101011001011100101010111011111010110001001000101 | ebad82ebacb9577d59ebad82ebacb9577d6245 |
UHC | 뭂묹W}Y뭂묹W}bE | 100100100101000110010010010011000101011101111101010110011001001001010001100100100100110001010111011111010110001001000101 | 9251924c577d599251924c577d6245 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)