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 | 業??瑜?? | 1000101111000110001111110011111111100000111011110011111100111111 | 8bc63f3fe0ef3f3f |
EUC-JP | 業??瑜?? | 1011011011001000001111110011111111100000111100010011111100111111 | b6c83f3fe0f13f3f |
UTF-8 | 業뉖쐝瑜뷸삌 | 111001101010010110101101111010111000100110010110111011001001000010011101111001111001000110011100111010111011011110111000111011001000001010001100 | e6a5adeb8996ec909de7919cebb7b8ec828c |
UHC | 業뉖쐝瑜뷸삌 | 111001011111011010000111111010111001110010000011111010111010010110111010111001101001100010010011 | e5f687eb9c83eba5bae69893 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)