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 | 予??陰?? | 1001011101011100001111110011111110001001010000010011111100111111 | 975c3f3f89413f3f |
EUC-JP | 予??陰?? | 1100110110111101001111110011111110110001101000100011111100111111 | cdbd3f3fb1a23f3f |
UTF-8 | 予밧땁陰곗꺏 | 111001001011101010001000111010111011000010100111111010111001010110000001111010011001100110110000111010101011001110010111111010101011101010001111 | e4ba88ebb0a7eb9581e999b0eab397eaba8f |
UHC | 予밧땁陰곗꺏 | 111001011111100010111001111001011011011010100010111010111110010010110000111011001000001110110101 | e5f8b9e5b6a2ebe4b0ec83b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)