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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 蔭??蔭??^ | 100010001111110000111111001111111000100011111100001111110011111101011110 | 88fc3f3f88fc3f3f5e |
EUC-JP | 蔭??蔭??^ | 101100001111111000111111001111111011000011111110001111110011111101011110 | b0fe3f3fb0fe3f3f5e |
UTF-8 | 蔭겼쑵蔭겼래^ | 11101000100101001010110111101010101100101011110011101100100100011011010111101000100101001010110111101010101100101011110011101011100111101001100001011110 | e894adeab2bcec91b5e894adeab2bceb9e985e |
UHC | 蔭겼쑵蔭겼래^ | 11101011111000111011000011100101101111101010101011101011111000111011000011100101101101111010000101011110 | ebe3b0e5beaaebe3b0e5b7a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)