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 | 濡??陰?? | 1001010001000111001111110011111110001001010000010011111100111111 | 94473f3f89413f3f |
EUC-JP | 濡??陰?? | 1100011110101000001111110011111110110001101000100011111100111111 | c7a83f3fb1a23f3f |
UTF-8 | 濡뉖젛陰쎌뀍 | 111001101011111110100001111010111000100110010110111011001010000010011011111010011001100110110000111011001000111010001100111010111000000010001101 | e6bfa1eb8996eca09be999b0ec8e8ceb808d |
UHC | 濡뉖젛陰쎌뀍 | 111010111010000110000111111010111010000010010111111010111110010010111101111011001000010110001000 | eba187eba097ebe4bdec8588 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)