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 | 畏??傲?? | 1000100011011000001111110011111110011000111111000011111100111111 | 88d83f3f98fc3f3f |
EUC-JP | 畏??傲?? | 1011000011011010001111110011111111010000111111100011111100111111 | b0da3f3fd0fe3f3f |
UTF-8 | 畏울쉥傲됵숲 | 111001111001010110001111111011001001101010111000111011001000100110100101111001011000001010110010111010111001000010110101111011001000100010110010 | e7958fec9ab8ec89a5e582b2eb90b5ec88b2 |
UHC | 畏울쉥傲됵숲 | 111010001110011010111111111011111011110110101011111001111110110010001001111011111011110110100011 | e8e6bfefbdabe7ec89efbda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)