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 | ??????\ | 00111111001111110011111100111111001111110011111101011100 | 3f3f3f3f3f3f5c |
SJIS-WIN | 要??節⑨?\ | 10010111011101100011111100111111100100001101111110000111010010000011111101011100 | 97763f3f90df87483f5c |
EUC-JP | 要??節??\ | 110011011101011100111111001111111100000011100001001111110011111101011100 | cdd73f3fc0e13f3f5c |
UTF-8 | 要쀦뒿節⑨쉘\ | 11101000101001101000000111101100100000001010011011101011100100101011111111100111101011111000000011100010100100011010100011101100100010011001100001011100 | e8a681ec80a6eb92bfe7af80e291a8ec89985c |
UHC | 要쀦뒿節⑨쉘\ | 11101001101010011001011111100110100010101011010111101111101111011010100011101111101111011010100101011100 | e9a997e68ab5efbda8efbda95c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)