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 | 艶?岳? | 100010011001000000111111100010100111100000111111 | 89903f8a783f |
EUC-JP | 艶?岳? | 101100011111000000111111101100111101100100111111 | b1f03fb3d93f |
UTF-8 | 艶쵹岳껂 | 111010001000100110110110111011001011010110111001111001011011001010110011111010101011101110000010 | e889b6ecb5b9e5b2b3eabb82 |
UHC | 艶쵹岳껂 | 1110011011111101101011010101001111100100101111111000001111100100 | e6fdad53e4bf83e4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)