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 | 鈺??乳?? | 1111101111000100001111110011111110010011111110110011111100111111 | fbc43f3f93fb3f3f |
EUC-JP | 鈺??乳?? | 100011111110001111010101001111110011111111000110111111010011111100111111 | 8fe3d53f3fc6fd3f3f |
UTF-8 | 鈺쏙퐠乳룩땼 | 111010011000100010111010111011001000111110011001111011011001000010100000111001001011100110110011111010111010001110101001111010111001010110111100 | e988baec8f99ed90a0e4b9b3eba3a9eb95bc |
UHC | 鈺쏙퐠乳룩땼 | 111010001010110110111101111011111011110110001001111010101110000110110111111010001000101110010010 | e8adbdefbd89eae1b7e88b92 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)