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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 載驀?? | 100011011101101011101001011111010011111100111111 | 8ddae97d3f3f |
EUC-JP | 載驀?檉 | 1011101011011100111100011101111000111111100011111100010110111011 | badcf1de3f8fc5bb |
UTF-8 | 載驀커檉 | 111010001011110010001001111010011010100110000000111011001011101110100100111001101010101010001001 | e8bc89e9a980ecbba4e6aa89 |
UHC | 載驀커檉 | 1110111010110000110110001110100111000100101111111110111111100000 | eeb0d8e9c4bfefe0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)